home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Reusable Classes_Code / DateControl 1.1 / ReadMe < prev    next >
Text File  |  2001-01-16  |  2KB  |  43 lines

  1. DateControl
  2. © Copyright 2001 by Keith DeLong
  3. Redcort Software & Development
  4. All Rights Reserved.
  5.  
  6. Release:       1.1
  7.                      January 16, 2001
  8.  
  9. Contact:   Keith DeLong
  10.                      Redcort Software
  11.                keith@redcort.com
  12.  
  13. Download:     http://redcort.com/rb/files
  14.  
  15. Overview
  16. DateControl consists of two REALbasic classes that simplify the display and modification of Dates and Time in REALbasic. The DateControl classes approximate the look and functionality of the DateControls used by the Mac OS in the Date & Time Control Panel. 
  17.  
  18. The TimeField and DateField classes open by default with the current system date or time. This can be easily modified in the Open event, allowing  them to be deployed any place a date/time display or entry is required.
  19.  
  20. Features
  21.  * Sub-tabbing forward or backward through the items in the field 
  22.  * Automagic filtering of or manually entered data
  23.  * Incrementing of values using either the arrowkeys or ‘+’ and ‘-‘ keys.
  24.  * Easy methods to integrate LittleArrows controls for incrementing items
  25.  * International savvy - all date and time formats supported
  26.  * Field display and function controlled by the Date and Time control panel settings.
  27.  
  28. Compatibility & Use
  29. REALbasic version 3 only (last tested on 3.0b1)
  30. Initially Mac Only (I am still resolving several Windows display issues)
  31.  
  32. Cost
  33. $20     See enclosed registration form for details.
  34.  
  35. Unregistered Versions
  36. Unregistered classes are fully functional when run in the IDE. 
  37. Unregistered versions of these classes will not work in compiled applications.
  38.  
  39. Installation
  40. To install these classes in your REALbasic 3.x project, drag the DateControl folder (containing the DateField and TimeField classes) into your open project window.
  41.  
  42.  
  43.